[][src]Crate quickcheck_async

Runtime-agnostic attribute macros to use quickcheck with async tests.

Attribute Macros

async_std

Mark an async function to be fuzz-tested using quickcheck, within an async_std executor.

tokio

Mark an async function to be fuzz-tested using quickcheck, within a tokio executor.